home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / byacc / CHANGES < prev    next >
Encoding:
Text File  |  1991-09-04  |  473 b   |  15 lines

  1. /**
  2.  ** This file contains a list of all changes made to the source (header and C)
  3.  ** files that constitute the byacc utility. 
  4.  **/
  5.  
  6. /**
  7.  ** MODIFIED: 05/12/90 by MBN
  8.  **
  9.  ** Changed default files names from y.tab.[hc] to y_tab.[hc]. Also changed the
  10.  ** verbose file from y.output to y_out.txt. These file names are more portable
  11.  ** to other operating systems such as VMS and OS/2. Note the the "y" prefix
  12.  ** can be modified by the command line option -bprefix.
  13.  **/
  14.  
  15.